home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-20 | 790 b | 41 lines |
- OPTIMIZE = OPTIMIZE
- CCFLAGS = CPU=68040 NOSTKCHK MATH=68881 IGNORE=85+100+161+154+84+132 STRMERGE\
- DATA=AUTO
- RANLIB =
- CC = sc
- MKDEP = //mkdep
- URTINC =
-
- LIB = /ray.lib
- INCLUDE = IDIR=/ IDIR=// IDIR=/libcommon $(URTINC)
- CFLAGS = $(CCFLAGS) $(INCLUDE) $(OPTIMIZE)
- SHELL = /bin/sh
-
- OFILES = image.o
- CFILES = image.c
-
-
- .c.o:
- $(CC) $(CFLAGS) $<
-
- target: $(LIB)
-
- $(LIB): $(OFILES)
- oml $(LIB) r $(OFILES)
-
- clean:
- delete \#?.o quiet
-
- # DO NOT DELETE THIS LINE
- image.o: image.c
- image.o: //config.h
- #image.o: //include/rle.h
- image.o: //libray/libcommon/color.h
- image.o: //libray/libcommon/common.h
- image.o: //libray/libcommon/error.h
- image.o: //libray/libcommon/expr.h
- image.o: //libray/libcommon/ray.h
- image.o: //libray/libcommon/transform.h
- image.o: //libray/libcommon/vector.h
- image.o: image.h
-